func encoding/json.indirect
4 uses
encoding/json (current package)
decode.go#L427: func indirect(v reflect.Value, decodingNull bool) (Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {
decode.go#L504: u, ut, pv := indirect(v, false)
decode.go#L601: u, ut, pv := indirect(v, false)
decode.go#L859: u, ut, pv := indirect(v, isNull)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)